Total Tests
Total Steps
Total Time Taken (Current Run) 0h 2m 7s+702ms
Total Time Taken (Overall) 0h 2m 7s+702ms
Start 2020-10-21 16:52:55
End 2020-10-21 16:55:02
Tests View
test(s) passed
test(s) failed, others
Steps View
step(s) passed
step(s) failed, others
Pass Percentage
Environment
Param Value
User Name Prabu
OS Windows 7
Java Version 11.0.6
Host Name Prabu-VAIO
Tests
  • getWeatherFromWebTest pass
    2020-10-21 16:54:12 2020-10-21 16:54:51 0h 0m 39s+149ms
    Status Timestamp Details
    16:54:12 getWeatherFromWebTest is started successfully
    16:54:12 Clicking SubMenu ...
    16:54:15 Clicking is successfull on [[ChromeDriver: chrome on XP (8f1f41fb10732f90fcbb10f3eb3d98e9)] -> id: h_sub_menu]
    16:54:16
    16:54:16 Clicking WEATHER Link
    16:54:24 Clicking is successfull on [[ChromeDriver: chrome on XP (8f1f41fb10732f90fcbb10f3eb3d98e9)] -> link text: WEATHER]
    16:54:26
    16:54:26 Typing Text: Chennai
    16:54:26 Selecting CheckBox: Chennai
    16:54:26 Check box already selected
    16:54:26 Clicking is successfull on [[ChromeDriver: chrome on XP (8f1f41fb10732f90fcbb10f3eb3d98e9)] -> xpath: //a[text()='+']]
    16:54:28
    16:54:50 Clicking City in Map
    16:54:50 Clicking is successfull on [[ChromeDriver: chrome on XP (8f1f41fb10732f90fcbb10f3eb3d98e9)] -> xpath: //div[text()='Chennai']]
    16:54:51
    16:54:51 Validating City Details in City Tool Tip
    16:54:51 Element found
    16:54:51 Storing City temperature
    16:54:51 Temparature of City - Chennai from UI : 31
    16:54:51 getWeatherFromWebTest test case is passed
  • getWeatherFromAPITest pass
    2020-10-21 16:54:52 2020-10-21 16:55:02 0h 0m 9s+382ms
    Status Timestamp Details
    16:54:52 getWeatherFromAPITest is started successfully
    16:55:00 Response of Weather API: {"coord":{"lon":80.28,"lat":13.09},"weather":[{"id":701,"main":"Mist","description":"mist","icon":"50d"}],"base":"stations","main":{"temp":29,"feels_like":33.59,"temp_min":29,"temp_max":29,"pressure":1004,"humidity":79},"visibility":5000,"wind":{"speed":2.6,"deg":300},"clouds":{"all":75},"dt":1603278815,"sys":{"type":1,"id":9218,"country":"IN","sunrise":1603240200,"sunset":1603282599},"timezone":19800,"id":1264527,"name":"Chennai","cod":200}
    16:55:00 Status Code of Weather API: 200
    16:55:02 Temparature of City - Chennai from API : 29
    16:55:02 getWeatherFromAPITest test case is passed
  • weatherComparatorTest pass
    2020-10-21 16:55:02 2020-10-21 16:55:02 0h 0m 0s+7ms
    Status Timestamp Details
    16:55:02 weatherComparatorTest is started successfully
    16:55:02 Comparing the variance in temperature using given magnitude
    16:55:02 Temperature from UI: 31
    16:55:02 Temperature from API: 29
    16:55:02 Temperature variance: 2
    16:55:02 Allowed Magnitude for variance: 2
    16:55:02 Temperature Comparator Test Passed
    16:55:02 weatherComparatorTest test case is passed